PageEject -- Issue formfeed

Syntax      PageEject

Description This utility simply sends an ASCII FormFeed character (decimal 12)
            to the current output device.  The reaction of the device depends
            on how the device interprets the control code.  Normally, printers
            respond by advancing the paper to the beginning of the next page.
            The AppleIIGS screen responds by clearing the screen and placing
            the cursor at the top of the screen.  (I normally alias this as a
            'CLS' command.)

Input       None.

Output      An ASCII 12 is written to the standard output device.

Diagnostics None.

Status      This utility always returns a 0 (no errors).

Options     None.
